GtkIMContextIME: Ignore ASCII control characters
authorPhilip Zander <philip.zander@gmail.com>
Mon, 17 Jan 2022 10:56:48 +0000 (11:56 +0100)
committerPhilip Zander <philip.zander@gmail.com>
Mon, 17 Jan 2022 11:03:01 +0000 (12:03 +0100)
commit52616dee8e00e0191098bb7140a1dd5e3a7c211d
treeea93663548cab87a0073ba9e3df7b49f29f94270
parent905f021bbddacc013fed9d4060e8f71ef4136e59
GtkIMContextIME: Ignore ASCII control characters

Make GtkIMContextIME ignore ASCII control characters just like other
IMContext implementations (e.G. GtkIMContextSimple). Fixes bogus
characters appearing in text input fields (old bug 676077).
gtk/gtkimcontextime.c